Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tooltip_delay option #3245

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Add tooltip_delay option #3245

merged 2 commits into from
Aug 15, 2023

Conversation

YgorSouza
Copy link
Contributor

Similar to the show_tooltips_only_when_still option, but allows the user to configure a specific delay in seconds, and also makes the tooltip disappear if the mouse is moved again.

Closes #3232

Similar to the show_tooltips_only_when_still option, but allows the user
to configure a specific delay in seconds, and also makes the tooltip
disappear if the mouse is moved again.

Closes emilk#3232
@emilk emilk added the egui label Aug 14, 2023
Copy link
Owner

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this!

crates/egui/src/response.rs Outdated Show resolved Hide resolved
@emilk emilk merged commit f0addc3 into emilk:master Aug 15, 2023
18 checks passed
@emilk emilk mentioned this pull request Sep 6, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow showing tooltips with a slight time delay
2 participants